PDF4Java Reference Documentation
com.o2sol.pdf4java.flowdocument Package / PDFFlowTableContent Class / PDFFlowTableContent Constructor / PDFFlowTableContent Constructor(int)
The number of columns in the table.
In This Topic
    PDFFlowTableContent Constructor(int)
    In This Topic
    Initializes a new PDFFlowTableContent object with the specified number of columns.
    Syntax
    public PDFFlowTableContent( 
       int columnCount
    )

    Parameters

    columnCount
    The number of columns in the table.
    Exceptions
    ExceptionDescription
    Thrown when columnCount is less than or equal to zero.
    See Also